home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetTransform.h -----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetTransform__
- #define __PGetTransform__
-
-
- #include "PMTypes.h"
-
- class PGetTransform
- {
-
- public:
-
- PGetTransform();
-
- long dRotateAngle;
- long dSkewAngle;
- PMBool bXReflect;
- long xLeftTopOrig;
- long yLeftTopOrig;
- long xRightBotOrig;
- long yRightBotOrig;
- long xLeftTop;
- long yLeftTop;
- long xRightTop;
- long yRightTop;
- long xRightBottom;
- long yRigihtBottom;
- long xLeftBottom;
- long yLeftBottom;
- };
-
- #endif
-
- // end of PGetTransform.h
-